home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-9.10-netbook-remix-PL.iso / casper / filesystem.squashfs / usr / share / empathy / empathy-status-icon.ui < prev    next >
Encoding:
Extensible Markup Language  |  2009-10-29  |  1.6 KB  |  55 lines

  1. <?xml version="1.0"?>
  2. <!--*- mode: xml -*-->
  3. <interface>
  4.   <object class="GtkUIManager" id="ui_manager">
  5.     <child>
  6.       <object class="GtkActionGroup" id="action_group">
  7.         <child>
  8.           <object class="GtkToggleAction" id="show_list">
  9.             <property name="name">show_list</property>
  10.             <property name="label" translatable="yes">_Show Contact List</property>
  11.           </object>
  12.         </child>
  13.         <child>
  14.           <object class="GtkAction" id="new_message">
  15.             <property name="icon-name">im-message-new</property>
  16.             <property name="name">new_message</property>
  17.             <property name="label" translatable="yes">_New Conversation...</property>
  18.           </object>
  19.         </child>
  20.         <child>
  21.           <object class="GtkAction" id="status">
  22.             <property name="name">status</property>
  23.             <property name="label" translatable="yes">Status</property>
  24.           </object>
  25.         </child>
  26.         <child>
  27.           <object class="GtkAction" id="quit">
  28.             <property name="stock_id">gtk-quit</property>
  29.             <property name="name">quit</property>
  30.             <property name="label" translatable="yes">_Quit</property>
  31.           </object>
  32.         </child>
  33.       </object>
  34.     </child>
  35.     <ui>
  36.       <popup name="menu">
  37.         <menuitem action="show_list"/>
  38.         <separator/>
  39.         <menuitem action="new_message"/>
  40.         <menuitem action="status"/>
  41.         <separator/>
  42.         <menuitem action="quit"/>
  43.       </popup>
  44.     </ui>
  45.   </object>
  46.   <object class="GtkMenu" constructor="ui_manager" id="menu">
  47.     
  48.     
  49.     
  50.     
  51.     
  52.     
  53.   </object>
  54. </interface>
  55.